'Declaration
Public Overridable Function RemoveAll( _ ByVal match As Predicate(Of T) _ ) As Integer
'Usage
Dim instance As SmartList(Of T) Dim match As Predicate(Of T) Dim value As Integer value = instance.RemoveAll(match)
public virtual int RemoveAll( Predicate<T> match )
public: virtual int RemoveAll( Predicate<T*>* match )
public: virtual int RemoveAll( Predicate<T^>^ match )
Parameters
- match
- The match.